C# Class M2RootNamespace.Utils.ConsoleUtils

Mostrar archivo Open project: SubPointSolutions/spmeta2-vsixextensions Class Usage Examples

Public Methods

Method Description
TraceDeploymentProgress ( ProvisionServiceBase provisionService ) : void
WithCSOMContext ( string siteUrl, Action action ) : void
WithCSOMContext ( string siteUrl, string userName, string userPassword, string userDomain, Action action ) : void
WithO365Context ( string siteUrl, string userName, string userPassword, Action action ) : void
WithSSOMContext ( string siteUrl, SPWeb>.Action action ) : void

Private Methods

Method Description
GetSecurePasswordString ( string password ) : SecureString

Method Details

TraceDeploymentProgress() public method

public TraceDeploymentProgress ( ProvisionServiceBase provisionService ) : void
provisionService ProvisionServiceBase
return void

WithCSOMContext() public method

public WithCSOMContext ( string siteUrl, Action action ) : void
siteUrl string
action Action
return void

WithCSOMContext() public method

public WithCSOMContext ( string siteUrl, string userName, string userPassword, string userDomain, Action action ) : void
siteUrl string
userName string
userPassword string
userDomain string
action Action
return void

WithO365Context() public method

public WithO365Context ( string siteUrl, string userName, string userPassword, Action action ) : void
siteUrl string
userName string
userPassword string
action Action
return void

WithSSOMContext() public method

public WithSSOMContext ( string siteUrl, SPWeb>.Action action ) : void
siteUrl string
action SPWeb>.Action
return void