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; }; |
Methods
The SMS_Content class does not define any methods.
Properties
- ContentDescription
- Data type: StringAccess type: Read/Write Qualifiers: noneDescription of the content.
- ContentFlags
- Data type: UInt32Access type: Read/Write Qualifiers:
noneThis 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: StringAccess type: Read-only Qualifiers: [read]Hash of the content.
- ContentHashVersion
- Data type: UInt32Access type: Read-only Qualifiers: [read]This specifies the hash version used to calculate the content hash.
- ContentID
- Data type: SInt32Access type: Read-only Qualifiers: [key, read]Identifier for the content.
- ContentSource
- Data type: StringAccess type: Read/Write Qualifiers: noneThis specifies the source location where content files are stored.
- ContentType
- Data type: UInt32Access type: Read/Write Qualifiers: noneType of the content.
- ContentUniqueID
- Data type: StringAccess type: Read-only Qualifiers: [read]Unique identifier for the content.
- ContentVersion
- Data type: UInt32Access type: Read-only Qualifiers: [read]Version of the content.
- ObjectTypeID
- Data type: UInt32Access type: Read/Write Qualifiers: noneThe security type of the content.
- RelatedContentID
- Data type: StringAccess type: Read/Write Qualifiers: noneSpecifies the related content associated with this content.
- SecurityKey
- Data type: StringAccess type: Read/Write Qualifiers: noneThe security key of the content. Content may secured by application or package.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.