AddSection

Specifies a section you want to add to your iTunes U site.

You specify the following entities with the AddSection operation:

Notes:

The following is an example of an iTunes U Web Services document using AddSection:

<?xml version="1.0" encoding="UTF-8"?>
<ITunesUDocument>
    <Version>1.1.4</Version>
    <AddSection>
        <ParentHandle>parenthandle value</ParentHandle>
        <ParentPath>parentpath value</ParentPath>
        <Section>
            <Name>name value</Name>
            <Handle>handle value</Handle>
            <Course>
                <Name>name value</Name>
                <CourseType>coursetype value</CourseType>
                <Group>
                        <Name>name value</Name>
                        <Handle>handle value</Handle>
                        <Track>
                            <Name>name value</Name>
                            <Handle>handle value</Handle>
                            <Kind>kind value</Kind>
                            <DiscNumber>discnumber value</DiscNumber>
                            <DurationMilliseconds>
                            durationmilliseconds value
                            </DurationMilliseconds>
                            <AlbumName>albumname value</AlbumName>
                            <ArtistName>artistname value</ArtistName>
                            <DownloadURL>downloadurl value</DownloadURL>
                        </Track>
                        <Permission>
                            <Credential>credential value</Credential>
                            <Access>access value</Access>
                        </Permission>
                </Group>
            </Course>
        </Section>
    </AddSection>
</ITunesUDocument>


© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-11-04)