SMS_Content Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_Content Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that provides additional information about a CI_Content instance.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_Content : SMS_BaseClass
{
    String ContentDescription;
    UInt32 ContentFlags;
    String ContentHash;
    UInt32 ContentHashVersion;
    SInt32 ContentID;
    String ContentSource;
    UInt32 ContentType;
    String ContentUniqueID;
    UInt32 ContentVersion;
    UInt32 ObjectTypeID;
    String RelatedContentID;
    String SecurityKey;
};

The SMS_Content class does not define any methods.

ContentDescription

Data type: String

Access type: Read/Write

Qualifiers: none

Description of the content.

ContentFlags

Data type: UInt32

Access type: Read/Write

Qualifiers: none

This specifies additional attributes for content instance.

8

DOWNLOAD_ON_DEMAND_FROM_LOCAL_DP

12

DOWNLOAD_FROM_LOCAL_DISPPOINT

13

DOWNLOAD_LOCAL_PARTIALDOWNLOADTOLOCAL

14

DOWNLOAD_FROM_REMOTE_DISPPOINT

15

DOWNLOAD_REMOTE_PARTIALDOWNLOADTOLOCAL

16

DOWNLOAD_ENABLE_PEER_CACHING

17

DP_NO_FALLBACK_UNPROTECTED

24

DO_NOT_DOWNLOAD

25

PERSIST_IN_CACHE

ContentHash

Data type: String

Access type: Read-only

Qualifiers: [read]

Hash of the content.

ContentHashVersion

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

This specifies the hash version used to calculate the content hash.

ContentID

Data type: SInt32

Access type: Read-only

Qualifiers: [key, read]

Identifier for the content.

ContentSource

Data type: String

Access type: Read/Write

Qualifiers: none

This specifies the source location where content files are stored.

ContentType

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Type of the content.

ContentUniqueID

Data type: String

Access type: Read-only

Qualifiers: [read]

Unique identifier for the content.

ContentVersion

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Version of the content.

ObjectTypeID

Data type: UInt32

Access type: Read/Write

Qualifiers: none

The security type of the content.

RelatedContentID

Data type: String

Access type: Read/Write

Qualifiers: none

Specifies the related content associated with this content.

SecurityKey

Data type: String

Access type: Read/Write

Qualifiers: none

The security key of the content. Content may secured by application or package.

Show: