Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer