IAssetAdminContentDirect Interface |
Used to access admin level content and actions on an asset. Cannot be accessed directly. A retrieved asset needs to be recast as IAssetAdminContentDirect.
Namespace: Ingeniux.CMS
The IAssetAdminContentDirect type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CheckedOutVersion |
Gets the checked out version of the context asset.
|
![]() ![]() | CurrentVersion |
Gets the current version of the context asset.
|
Name | Description | |
---|---|---|
![]() ![]() | UpdateSchema |
Updates the schema that the asset was created from to match any changes to the asset.
|
var assetItem = session.Site.Asset("a/100") as IAssetAdminContentDirect;