Class AssetTransferredEntity
Model for asset transfer status for references
Inheritance
System.Object
AssetTransferredEntity
Namespace: PnP.Framework.Modernization.Entities
Assembly: PnP.Framework.dll
Syntax
public class AssetTransferredEntity : object
Properties
SourceAssetUrl
Source web part URL reference - for checking if transfer occurred before
Declaration
public string SourceAssetUrl { get; set; }
Property Value
System.String
|
TargetAssetFolderUrl
Target web part URL reference - for checking if transfer occurred before
Declaration
public string TargetAssetFolderUrl { get; set; }
Property Value
System.String
|
TargetAssetTransferredUrl
Store the final URL for the asset that has been transferred
Declaration
public string TargetAssetTransferredUrl { get; set; }
Property Value
System.String
|