AddDivision

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

You specify the following entities with the AddDivision operation:

Notes:

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

<?xml version="1.0" encoding="UTF-8"?>
<ITunesUDocument>
    <Version>1.1.4</Version>
    <AddDivision>
        <ParentHandle>parenthandle value</ParentHandle>
        <ParentPath>parentpath value</ParentPath>
        <Division>
            <Name>name value</Name>
            <ShortName>shortname value</ShortName>
            <Identifier>identifier value</Identifier>
            <AllowSubscription>allowsubscription value</AllowSubscription>
            <Permission>
                <Credential>credential value</Credential>
                <Access>access value</Access>
            </Permission>
            <Section>
                <Name>name value</Name>
                <Handle>handle value</Handle>
                <Course>
                    <Name>name value</Name>
                </Course>
            </Section>
            <ThemeHandle>themehandle value</ThemeHandle>
        </Division>
    </AddDivision>
</ITunesUDocument>


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