Web API Edition | ComponentOne
C1.Web.Api.Storage.CloudStorage Namespace / Utilities Class / SeparateName Method
Name to separate
File Name
Container Name

In This Topic
    SeparateName Method
    In This Topic
    Separate Name and File Name from Path
    Syntax
    'Declaration
     
    
    Public Shared Sub SeparateName( _
       ByVal name As String, _
       ByRef fileName As String, _
       ByRef containerName As String, _
       ByRef target As String _
    ) 
    public static void SeparateName( 
       string name,
       out string fileName,
       out string containerName,
       out string target
    )

    Parameters

    name
    Name to separate
    fileName
    File Name
    containerName
    Container Name
    target
    See Also